projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
032dabe
)
Drop method annotation for gtk_drag_cancel()
author
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 12 Feb 2018 16:35:56 +0000
(16:35 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Mon, 12 Feb 2018 16:46:42 +0000
(16:46 +0000)
The other method annotations were removed in commit
c306e448b32e
.
There is no introspected ABI change, as g-ir-scanner would just ignore
the annotation.
This eliminates the last warning when building GTK on Linux.
gtk/gtkdnd.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdnd.c
b/gtk/gtkdnd.c
index f07a67953511d5afdf13c6a8a02d8ba4dba12bd9..f621070850d7a31c62ec7973453c2ec3a74fb77e 100644
(file)
--- a/
gtk/gtkdnd.c
+++ b/
gtk/gtkdnd.c
@@
-1511,7
+1511,7
@@
gtk_drag_check_threshold (GtkWidget *widget,
}
/**
- * gtk_drag_cancel:
(method)
+ * gtk_drag_cancel:
* @context: a #GdkDragContext, as e.g. returned by gtk_drag_begin_with_coordinates()
*
* Cancels an ongoing drag operation on the source side.